diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-09-10 18:30:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-09-10 18:30:20 +0000 |
commit | 822c6f29e08997c81ccc6ccea58dbe18c3e9d5ab (patch) | |
tree | 701f1e0824376b860cff7d5f075a76b3579ff283 /target/linux/brcm63xx | |
parent | d0b6cc45afe36853d009128c6f82f5714e865746 (diff) | |
download | upstream-822c6f29e08997c81ccc6ccea58dbe18c3e9d5ab.tar.gz upstream-822c6f29e08997c81ccc6ccea58dbe18c3e9d5ab.tar.bz2 upstream-822c6f29e08997c81ccc6ccea58dbe18c3e9d5ab.zip |
kernel: get rid of the simple_prom_emulator, it is not really useful
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17567 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/config-2.6.27 | 1 | ||||
-rw-r--r-- | target/linux/brcm63xx/config-2.6.28 | 1 | ||||
-rw-r--r-- | target/linux/brcm63xx/config-2.6.30 | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/config-2.6.27 b/target/linux/brcm63xx/config-2.6.27 index 7264d7f4cd..a947c1bbb5 100644 --- a/target/linux/brcm63xx/config-2.6.27 +++ b/target/linux/brcm63xx/config-2.6.27 @@ -158,7 +158,6 @@ CONFIG_PHYLIB=y # CONFIG_PNX8550_STB810 is not set CONFIG_POSIX_MQUEUE=y # CONFIG_PROBE_INITRD_HEADER is not set -# CONFIG_PROM_EMU is not set # CONFIG_R6040 is not set CONFIG_RELAY=y CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y diff --git a/target/linux/brcm63xx/config-2.6.28 b/target/linux/brcm63xx/config-2.6.28 index 97df382ddf..c405f9f444 100644 --- a/target/linux/brcm63xx/config-2.6.28 +++ b/target/linux/brcm63xx/config-2.6.28 @@ -155,7 +155,6 @@ CONFIG_PHYLIB=y # CONFIG_PNX8550_STB810 is not set CONFIG_POSIX_MQUEUE=y # CONFIG_PROBE_INITRD_HEADER is not set -# CONFIG_PROM_EMU is not set # CONFIG_R6040 is not set CONFIG_RELAY=y CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y diff --git a/target/linux/brcm63xx/config-2.6.30 b/target/linux/brcm63xx/config-2.6.30 index 7834448564..dc22ac9a27 100644 --- a/target/linux/brcm63xx/config-2.6.30 +++ b/target/linux/brcm63xx/config-2.6.30 @@ -169,7 +169,6 @@ CONFIG_PHYLIB=y CONFIG_POSIX_MQUEUE=y CONFIG_POSIX_MQUEUE_SYSCTL=y # CONFIG_PROBE_INITRD_HEADER is not set -# CONFIG_PROM_EMU is not set CONFIG_RELAY=y CONFIG_RING_BUFFER=y CONFIG_SCHED_OMIT_FRAME_POINTER=y |