diff options
Diffstat (limited to 'configs/arches_defconfig')
-rw-r--r-- | configs/arches_defconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/arches_defconfig b/configs/arches_defconfig index 18d0a14..30c6932 100644 --- a/configs/arches_defconfig +++ b/configs/arches_defconfig @@ -1,4 +1,7 @@ -CONFIG_SYS_EXTRA_OPTIONS="ARCHES" CONFIG_PPC=y CONFIG_4xx=y CONFIG_TARGET_CANYONLANDS=y +CONFIG_ARCHES=y +CONFIG_DEFAULT_DEVICE_TREE="arches" +CONFIG_OF_CONTROL=y +CONFIG_OF_SEPARATE=y |