diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-18 11:31:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-18 11:31:01 +0000 |
commit | 8e4255397198574a9cd1354e194cb65bdd2051c0 (patch) | |
tree | be8d0a838c6289a68035c8cd154d1ef44cb857bf /target/linux/x86-2.6 | |
parent | 00d88f9ffc1484eb8a0761b03c3171ab47d4adbb (diff) | |
download | upstream-8e4255397198574a9cd1354e194cb65bdd2051c0.tar.gz upstream-8e4255397198574a9cd1354e194cb65bdd2051c0.tar.bz2 upstream-8e4255397198574a9cd1354e194cb65bdd2051c0.zip |
dynamically enable/disable kernel config options for kmod packages based on build system config
SVN-Revision: 8026
Diffstat (limited to 'target/linux/x86-2.6')
-rw-r--r-- | target/linux/x86-2.6/config/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86-2.6/config/default b/target/linux/x86-2.6/config/default index a4730b330a..0fc4bf4f9c 100644 --- a/target/linux/x86-2.6/config/default +++ b/target/linux/x86-2.6/config/default @@ -270,6 +270,7 @@ CONFIG_NSC_GPIO=m CONFIG_NVRAM=y CONFIG_PAGE_OFFSET=0xC0000000 # CONFIG_PARAVIRT is not set +CONFIG_PARPORT_PC=m CONFIG_PC8736x_GPIO=m # CONFIG_PC87413_WDT is not set CONFIG_PCCARD=m |