zephyr/drivers/entropy
Ulf Magnusson 93689bdc80 kconfig: Remove no-op selects of choice symbols
Selecting a choice symbol is always a no-op, and the latest version of
Kconfiglib prints a warning. This commit removes all selects of choice
symbols, which might make the Kconfig files a bit clearer and gets rid
of the warnings.

This is just a dumb removal. I did not try to guess the intent of each
select.

Fixes #6849

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
2018-03-29 08:57:39 -04:00
..
CMakeLists.txt
entropy_esp32.c
entropy_handlers.c
entropy_mcux_rnga.c
entropy_mcux_trng.c
entropy_native_posix.c
entropy_nrf5.c entropy: nrf5x remove unnecessary header 2018-03-21 15:35:42 -04:00
entropy_stm32.c
Kconfig
Kconfig.esp32
Kconfig.mcux kconfig: Remove no-op selects of choice symbols 2018-03-29 08:57:39 -04:00
Kconfig.native_posix kconfig: Remove no-op selects of choice symbols 2018-03-29 08:57:39 -04:00
Kconfig.nrf5
Kconfig.stm32