diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-01-17 22:28:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-01-17 22:28:37 +0000 |
commit | f7858466e2fb8119e9698a18a045d943e0a10820 (patch) | |
tree | 69d5a8ca4f96be3aaa681795029aab9b4f29fccf /target/linux/mvebu | |
parent | 15b4681e3e9732ef2d414a1599b14959ccea5746 (diff) | |
download | upstream-f7858466e2fb8119e9698a18a045d943e0a10820.tar.gz upstream-f7858466e2fb8119e9698a18a045d943e0a10820.tar.bz2 upstream-f7858466e2fb8119e9698a18a045d943e0a10820.zip |
mvebu: enable /proc/devicetree usage
This is going to be used for proper user-space board identification (ala
mcs814x).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35207
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/config-default b/target/linux/mvebu/config-default index 61e1751c9b..1fe6b839e6 100644 --- a/target/linux/mvebu/config-default +++ b/target/linux/mvebu/config-default @@ -232,6 +232,7 @@ CONFIG_PLAT_VERSATILE=y CONFIG_PLAT_VERSATILE_CLCD=y CONFIG_PLAT_VERSATILE_SCHED_CLOCK=y # CONFIG_PREEMPT_RCU is not set +CONFIG_PROC_DEVICETREE=y CONFIG_RFS_ACCEL=y CONFIG_RPS=y CONFIG_RTC_CLASS=y |