diff options
author | Kevin Hilman <khilman@baylibre.com> | 2016-09-02 20:13:00 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-09-14 18:03:21 -0400 |
commit | 5012a09b9bb59d411853949493030b2f47298f17 (patch) | |
tree | 8ea1e34c249b0f44dc0e146e465deb4635443390 | |
parent | a458ae7321722aa431fbf929a634554ece2d758c (diff) |
arm64: defconfig: enable HW random as module
drivers/char/hw_random/Kconfig has 'default m', so
simply removing this entry from the defconfig will
enable building HW random drivers as modules.
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0c3d541c0a0a..6e55610bb16f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -223,7 +223,6 @@ CONFIG_SERIAL_XILINX_PS_UART=y | |||
223 | CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y | 223 | CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y |
224 | CONFIG_SERIAL_MVEBU_UART=y | 224 | CONFIG_SERIAL_MVEBU_UART=y |
225 | CONFIG_VIRTIO_CONSOLE=y | 225 | CONFIG_VIRTIO_CONSOLE=y |
226 | # CONFIG_HW_RANDOM is not set | ||
227 | CONFIG_I2C_CHARDEV=y | 226 | CONFIG_I2C_CHARDEV=y |
228 | CONFIG_I2C_MUX=y | 227 | CONFIG_I2C_MUX=y |
229 | CONFIG_I2C_MUX_PCA954x=y | 228 | CONFIG_I2C_MUX_PCA954x=y |