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 | 3728c0c73d14582b0577ed7caaa4247be101a747 (patch) | |
tree | cd5b9a8f5776d8f1579ecb1168e3f1c217f60b91 /target/linux | |
parent | ef166167686d1c93615711dc2f46d83713126444 (diff) | |
download | upstream-3728c0c73d14582b0577ed7caaa4247be101a747.tar.gz upstream-3728c0c73d14582b0577ed7caaa4247be101a747.tar.bz2 upstream-3728c0c73d14582b0577ed7caaa4247be101a747.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35207 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |