Commit 37ae66f4 authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

Clean up x86 support

parent 7f44fb1a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -9,10 +9,6 @@ source "target/device/ARMLTD/Config.in"
source "target/device/Atmel/Config.in"
source "target/device/KwikByte/Config.in"
source "target/device/valka/Config.in"

comment "Generic Architecture support"
	depends on BR2_i386

source "target/device/x86/Config.in"

# This must be last
+24 −3
Original line number Diff line number Diff line
comment "Generic x86 Device Support"
menuconfig BR2_TARGET_X86
	bool "Generic x86 Device Support"
	depends on BR2_i386

comment "Package support"
	depends on BR2_TARGET_AMD_ALCHEMY
if BR2_TARGET_X86

choice
	prompt "Pentium (or later) Controller board"
	help

config BR2_TARGET_I386
	bool "i386"
	depends on BR2_i386
	default y

endchoice

config BR2_BOARD_NAME
	string
	default "i386"		if BR2_TARGET_I386

config BR2_BOARD_PATH
	string "Board Path"
	default "target/device/x86/$(BR2_BOARD_NAME)"

endif
+0 −11
Original line number Diff line number Diff line
# BR2_BOARD_PATH:=target/device/x86/i386
BOARD_PATH:=target/device/x86/i386

ifeq ($(strip $(BR2_PACKAGE_LINUX_KCONFIG)),)
ifndef LINUX26_KCONFIG
LINUX26_KCONFIG=$(BOARD_PATH)/linux26.config
endif
else
LINUX26_KCONFIG=$(strip $(BR2_PACKAGE_LINUX_KCONFIG))
endif

ifeq ($(strip $(BR2_PACKAGE_LINUX_FORMAT)),)
ifndef LINUX26_FORMAT
LINUX26_FORMAT=bzImage
+0 −1970

File deleted.

Preview size limit exceeded, changes collapsed.