diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-10-07 00:51:07 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-10-07 00:51:07 +0000 |
commit | aef676068f01508d15e26c5596f9207d439dd10b (patch) | |
tree | e79e71fe6cf350db61e45104b0d287c2c75ed00d | |
parent | a73ebf899d64d487797500f94c92003ebbfc1c09 (diff) | |
download | master-187ad058-aef676068f01508d15e26c5596f9207d439dd10b.tar.gz master-187ad058-aef676068f01508d15e26c5596f9207d439dd10b.tar.bz2 master-187ad058-aef676068f01508d15e26c5596f9207d439dd10b.zip |
[kernel] config: add missing CONFIG_SPI_MPC52xx_PSC to mpc52xx/config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17963 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/mpc52xx/config-2.6.30 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mpc52xx/config-2.6.30 b/target/linux/mpc52xx/config-2.6.30 index 35c4fc1f90..617759cc32 100644 --- a/target/linux/mpc52xx/config-2.6.30 +++ b/target/linux/mpc52xx/config-2.6.30 @@ -247,6 +247,7 @@ CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=115200 # CONFIG_SLOW_WORK is not set CONFIG_SLUB=y # CONFIG_SMP is not set +# CONFIG_SPI_MPC52xx_PSC is not set # CONFIG_SQUASHFS is not set # CONFIG_STRIP_ASM_SYMS is not set CONFIG_SUSPEND=y |