You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
419 B
13 lines
419 B
config DRIVERS_RANDOM
|
|
bool "Enable random"
|
|
default y
|
|
depends on DRIVERS && FS_VFS && COMPAT_BSD
|
|
help
|
|
Answer Y to support random.
|
|
config HW_RANDOM_ENABLE
|
|
depends on DRIVERS_RANDOM && (PLATFORM_HI3518EV300 || PLATFORM_HI3516CV300 || PLATFORM_HI3516DV300 || PLATFORM_HI3556V200 || PLATFORM_QEMU_ARM_VIRT_CA7)
|
|
bool "Select hw random"
|
|
default y
|
|
help
|
|
Answer Y to select hw random.
|