X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fcpu%2Fmpc8xx%2FKconfig;h=79cee35fb1277d4038df81ebf74db1e1bff00a70;hb=2c62e313b14186d67f5bf26095f36a246cb0c3a4;hp=99420abc897a046400a0e48e227fcd4f7af511ef;hpb=98d2d5e8c473232dc718763dbec284b7349dcc05;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/powerpc/cpu/mpc8xx/Kconfig b/arch/powerpc/cpu/mpc8xx/Kconfig index 99420ab..79cee35 100644 --- a/arch/powerpc/cpu/mpc8xx/Kconfig +++ b/arch/powerpc/cpu/mpc8xx/Kconfig @@ -6,63 +6,7 @@ config SYS_CPU choice prompt "Target select" - -config TARGET_COGENT_MPC8XX - bool "Support cogent_mpc8xx" - -config TARGET_ESTEEM192E - bool "Support ESTEEM192E" - -config TARGET_IP860 - bool "Support IP860" - -config TARGET_IVML24 - bool "Support IVML24" - -config TARGET_IVMS8 - bool "Support IVMS8" - -config TARGET_LWMON - bool "Support lwmon" - -config TARGET_NETVIA - bool "Support NETVIA" - -config TARGET_R360MPI - bool "Support R360MPI" - -config TARGET_RRVISION - bool "Support RRvision" - -config TARGET_SPD823TS - bool "Support SPD823TS" - -config TARGET_KUP4K - bool "Support KUP4K" - -config TARGET_KUP4X - bool "Support KUP4X" - -config TARGET_ELPT860 - bool "Support ELPT860" - -config TARGET_UC100 - bool "Support uc100" - -config TARGET_FPS850L - bool "Support FPS850L" - -config TARGET_FPS860L - bool "Support FPS860L" - -config TARGET_NSCU - bool "Support NSCU" - -config TARGET_SM850 - bool "Support SM850" - -config TARGET_TK885D - bool "Support TK885D" + optional config TARGET_TQM823L bool "Support TQM823L" @@ -100,24 +44,8 @@ config TARGET_TQM866M config TARGET_TQM885D bool "Support TQM885D" -config TARGET_VIRTLAB2 - bool "Support virtlab2" - endchoice -source "board/LEOX/elpt860/Kconfig" -source "board/RRvision/Kconfig" -source "board/cogent/Kconfig" -source "board/esteem192e/Kconfig" -source "board/ip860/Kconfig" -source "board/ivm/Kconfig" -source "board/kup/kup4k/Kconfig" -source "board/kup/kup4x/Kconfig" -source "board/lwmon/Kconfig" -source "board/manroland/uc100/Kconfig" -source "board/netvia/Kconfig" -source "board/r360mpi/Kconfig" -source "board/spd8xx/Kconfig" source "board/tqc/tqm8xx/Kconfig" endmenu