diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-11-11 11:42:24 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-11-11 11:42:24 +0000 |
commit | 1d62d9a95c4daedaf424f89075af39c6af16487c (patch) | |
tree | 28142dff2c85348854b9e5162a1e9ae8c06ea576 /target/linux/uml | |
parent | 88401c2052f78509c26b72d24c7fb0c260ec55f2 (diff) | |
download | upstream-1d62d9a95c4daedaf424f89075af39c6af16487c.tar.gz upstream-1d62d9a95c4daedaf424f89075af39c6af16487c.tar.bz2 upstream-1d62d9a95c4daedaf424f89075af39c6af16487c.zip |
another round of kernel config cleanups
SVN-Revision: 18370
Diffstat (limited to 'target/linux/uml')
-rw-r--r-- | target/linux/uml/config/i386 | 1 | ||||
-rw-r--r-- | target/linux/uml/config/x86_64 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/uml/config/i386 b/target/linux/uml/config/i386 index b8f78dc7e6..748df034ac 100644 --- a/target/linux/uml/config/i386 +++ b/target/linux/uml/config/i386 @@ -167,3 +167,4 @@ CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_XADD=y CONFIG_XTERM_CHAN=y CONFIG_ZONE_DMA_FLAG=0 +# CONFIG_PCI is not set diff --git a/target/linux/uml/config/x86_64 b/target/linux/uml/config/x86_64 index 6df42ff3ab..d667e89175 100644 --- a/target/linux/uml/config/x86_64 +++ b/target/linux/uml/config/x86_64 @@ -124,3 +124,4 @@ CONFIG_UML_X86=y CONFIG_VM_EVENT_COUNTERS=y CONFIG_XTERM_CHAN=y CONFIG_ZONE_DMA_FLAG=0 +# CONFIG_PCI is not set |