X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=target%2FConfig.in;h=780ee421fce4081ab11edfbff26a2dd9d8cbc40c;hp=83e2e1a9000d3fb2347502e72ce1697b50d6d667;hb=34a7bd751b696033630c718cd56d2f0d4e389dca;hpb=105a602ecf14e4afe29f88e062496135bce41dc7 diff --git a/target/Config.in b/target/Config.in index 83e2e1a900..780ee421fc 100644 --- a/target/Config.in +++ b/target/Config.in @@ -20,6 +20,9 @@ config USB_SUPPORT config ATM_SUPPORT bool +config VIDEO_SUPPORT + bool + config BIG_ENDIAN bool @@ -32,6 +35,9 @@ config USES_JFFS2 config USES_EXT2 bool +config PROFILE_KCONFIG + bool + # Architecture selection config i386 @@ -79,6 +85,9 @@ config sparc select BIG_ENDIAN bool +config x86_64 + bool + config ARCH string default "arm" if arm @@ -94,4 +103,5 @@ config ARCH default "sh4" if sh4 default "sh4eb" if sh4eb default "sparc" if sparc + default "x86_64" if x86_64