1config DRV_CIPHER 2 3tristate "CIPHER" 4default n 5 6---help--- 7Enable compilation option for driver CIPHER 8 9if DRV_CIPHER 10config CIPHER_UTOPIA_20_ENABLE 11 bool "Enable CIPHER 20" 12 default y 13 help 14 Select if you want to enable CIPHER Utopia 2_0. If unsure, say 'Y'. 15config CIPHER_NO_PRINTF_ENABLE 16 bool "Enable No Print Message" 17 default n 18 help 19 Select if you want to remove printf message. If unsure, say 'N'. 20endif 21