summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-07 19:35:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-07 19:35:50 +0100
commit8a8609227f0c868ee7a9443567a613cc6c6db9bf (patch)
treef987072b30c4a9fbccb2ce2047bfc01d350a0f3c /target/linux/config
parenta7bb571d7f433fba134a463562ec982212953f91 (diff)
parente5da39ab8f22c8c7d61dafdf27a92a6f907e9953 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.graphics9
-rw-r--r--target/linux/config/Config.in.netdevice8
2 files changed, 15 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics
index af28b91d7..f6f3962cf 100644
--- a/target/linux/config/Config.in.graphics
+++ b/target/linux/config/Config.in.graphics
@@ -50,10 +50,19 @@ config ADK_KERNEL_AGP
config ADK_KERNEL_AGP_INTEL
boolean
+
+config ADK_KERNEL_LOGO
+ boolean
menu "Graphic devices support"
depends on ADK_TARGET_WITH_VGA
+config ADK_KERNEL_LOGO_LINUX_CLUT224
+ prompt "Enable Linux penguin boot logo"
+ boolean
+ select ADK_KERNEL_LOGO
+ default n
+
config ADK_KERNEL_FB_VESA
prompt "................................ Framebuffer support for VirtualBox Emulator (VESA)"
boolean
diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice
index 9ee0511fc..cdd602cd7 100644
--- a/target/linux/config/Config.in.netdevice
+++ b/target/linux/config/Config.in.netdevice
@@ -323,6 +323,9 @@ config ADK_KPACKAGE_KMOD_RT2X00_LIB_USB
config ADK_KPACKAGE_KMOD_RT2X00_LIB_PCI
tristate
+config ADK_KERNEL_RTL_CARDS
+ boolean
+
config ADK_KERNEL_RT2X00
boolean
select ADK_KPACKAGE_KMOD_RT2X00
@@ -504,9 +507,10 @@ config ADK_KPACKAGE_KMOD_RT2800USB
config ADK_KPACKAGE_KMOD_RTL8192CU
prompt "kmod-rtl8192cu............... Realtek RTL8192CU USB"
tristate
+ select ADK_KERNEL_RTL_CARDS
select ADK_KPACKAGE_KMOD_MAC80211
- select ADK_KERNEL_CFG80211_WEXT
- select ADK_KERNEL_WIRELESS_EXT
+ select ADK_KPACKAGE_KMOD_FW_LOADER
+ select ADK_PACKAGE_REALTEK_FIRMWARE
depends on ADK_PACKAGE_KMOD_USB_CONTROLLER
default n
help