From 0fb72a57c6c2981c3749e4d834faeccd2f50b4de Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 27 Aug 2015 20:30:31 +0200 Subject: allow to build ALSA, I2C, SPI as kernel modules --- target/linux/config/Config.in.regmap | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'target/linux/config/Config.in.regmap') diff --git a/target/linux/config/Config.in.regmap b/target/linux/config/Config.in.regmap index 44a8bcca0..47823cf6b 100644 --- a/target/linux/config/Config.in.regmap +++ b/target/linux/config/Config.in.regmap @@ -1,25 +1,16 @@ config ADK_KERNEL_REGMAP - boolean + bool select ADK_KERNEL_LZO_COMPRESS select ADK_KERNEL_LZO_DECOMPRESS - default n config ADK_KERNEL_REGMAP_I2C - boolean - select ADK_KERNEL_REGMAP - default n + tristate config ADK_KERNEL_REGMAP_SPI - boolean - select ADK_KERNEL_REGMAP - default n + tristate config ADK_KERNEL_REGMAP_MMIO - boolean - select ADK_KERNEL_REGMAP - default n + tristate config ADK_KERNEL_REGMAP_IRQ - boolean - select ADK_KERNEL_REGMAP - default n + bool -- cgit v1.2.3