X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5be70dfb578c8793084aa8b4526fad08d68a6155..3b402ad242340afbb714794ce7e8bcda3aa2b9b9:/target/Config.in diff --git a/target/Config.in b/target/Config.in index 83e2e1a90..780ee421f 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