summaryrefslogblamecommitdiff
path: root/nuttx/drivers/bch/Kconfig
blob: 060b9d6e880d1138fccd077f3e2075346569cb89 (plain) (tree)
1
2
3
4
5
6
7

                                                             
                                      
 

                     
                                    






                                
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config BCH_ENCRYPTION
	bool "Enable BCH encryption"
	default n
	depends on CRYPTO_AES

config BCH_ENCRYPTION_KEY_SIZE
	int "AES key size"
	default 16
	depends on BCH_ENCRYPTION