Commit 9e009f3b authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

Remove all Config.in/Makefile.in files in target/device

parent 1a5f2d6d
Loading
Loading
Loading
Loading

target/device/ARMLTD/Config.in

deleted100644 → 0
+0 −36
Original line number Diff line number Diff line
menuconfig BR2_TARGET_ARMLTD
	bool "ARM Ltd. Device Support"
	depends on BR2_arm
	select BR2_ARM_EABI
	select BR2_arm926t

comment "ARM Ltd. based Device Support"
	depends on BR2_TARGET_ARMLTD


if BR2_TARGET_ARMLTD

choice
	prompt "Controller board"
	default BR2_TARGET_ARM_INTEGRATOR_926
	help
	  ARM Ltd. Controller Board to build for

config BR2_TARGET_ARM_INTEGRATOR_926
	bool "Integrator arm926"

config BR2_TARGET_ARM_INTEGRATOR_926_HUGE
	bool "Integrator arm926 (Huge)"

endchoice

config BR2_BOARD_NAME
	string
	default "integrator926"		if BR2_TARGET_ARM_INTEGRATOR_926
	default "integrator926_huge"	if BR2_TARGET_ARM_INTEGRATOR_926_HUGE

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

endif

target/device/ARMLTD/Makefile.in

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
ifeq ($(BR2_TARGET_ARMLTD),y)
BOARD_NAME=$(call qstrip,$(BR2_BOARD_NAME))
BOARD_PATH=$(call qstrip,$(BR2_BOARD_PATH))
endif
+0 −335
Original line number Diff line number Diff line
comment "Atmel AT91 Specific Device Support"
	depends on BR2_arm

config BR2_TARGET_AT91
	bool "Board support for the Atmel AT91 range of microprocessors"
	depends on BR2_arm
	help
	  Atmel AT91 ARM based systems

comment	"Selection criteria"
	depends on BR2_TARGET_AT91

config	BR2_TARGET_ATMEL_ALL
	bool "Allow all ARM targets"
	depends on BR2_TARGET_AT91
	default y

config	BR2_TARGET_ATMEL_NET
	bool "With network controller"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_ALL
	default y

config	BR2_TARGET_ATMEL_LCD
	bool "With LCD controller"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_ALL

config	BR2_TARGET_ATMEL_FPDSP
	bool "With Floating Point DSP"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_ALL

config	BR2_TARGET_ATMEL_MPB
	bool "With customizable MP-Block"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_ALL

comment "Device Selection"
	depends on BR2_TARGET_AT91

choice
	prompt "AT91 device"
	depends on BR2_TARGET_AT91
	default BR2_TARGET_AT91SAM9260
	help
	  Select the specific AT91 chip you wish to use.

config BR2_TARGET_AT91RM9200
	bool "Atmel AT91RM9200 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_LCD
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	help
	  Atmel AT91RM9200 ARM based systems

config BR2_TARGET_AT91SAM9260
	bool "Atmel AT91SAM9260 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_LCD
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	help
	  Atmel AT91SAM9260 ARM based systems

config BR2_TARGET_AT91SAM9G20
	bool "Atmel AT91SAM9G20 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_LCD
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	help
	  Atmel AT91SAM9G20 ARM based systems

config BR2_TARGET_AT91SAM9261
	bool "Atmel AT91SAM9261 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_NET
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	help
	  Atmel AT91SAM9261 ARM based systems

config BR2_TARGET_AT91SAM9261S
	bool "Atmel AT91SAM9261S Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_NET
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91SAM9261 ARM based systems (Not Yet Implemented)

config BR2_TARGET_AT91SAM9RL64
	bool "Atmel AT91SAM9RL64 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_NET
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91SAM9RL64 ARM based systems (Not Yet Implemented)

config BR2_TARGET_AT91SAM9263
	bool "Atmel AT91SAM9263 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	help
	  Atmel AT91SAM9263 ARM based systems

config BR2_TARGET_AT91SAM9G40
	bool "Atmel AT91SAM9G40 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91SAM9G40 ARM based systems

config BR2_TARGET_AT91SAM9G45
	bool "Atmel AT91SAM9G45 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	help
	  Atmel AT91SAM9G45 ARM based systems

config BR2_TARGET_AT91SAM9M10
	bool "Atmel AT91SAM9M10 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91SAM9M10 ARM based systems

config BR2_TARGET_AT91SAM9M11
	bool "Atmel AT91SAM9M11 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91SAM9M11 ARM based systems

config BR2_TARGET_AT91SAM9XE
	bool "Atmel AT91SAM9XE Microprocessors"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_LCD
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91SAM9263 ARM based systems (Not Yet Implemented)

config BR2_TARGET_AT572D940HF
	bool "Atmel AT572D940HF Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_LCD
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT572D940 ARM based systems

config BR2_TARGET_AT91CAP9
	bool "Atmel AT91CAP9 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91CAP9 ARM based systems

endchoice

comment "Development Board Selection"
	depends on BR2_TARGET_AT91

choice
	prompt "Development Board support"
	depends on BR2_TARGET_AT91
	default BR2_TARGET_AT91SAM9260DFC
	help
	  Select the specific AT91 development board you wish to use.

config BR2_TARGET_AT91RM9200DF
	bool "Atmel AT91RM9200 Generic Dataflash(Card) Board Support"
	depends on BR2_TARGET_AT91RM9200
	select BR2_BOOTSOURCE_DATAFLASHCARD
	help
	  The Atmel AT91RM9200EK Development Board using Dataflashcard

config BR2_TARGET_AT91RM9200EK
	bool "Atmel AT91RM9200EK Development Board Support"
	depends on BR2_TARGET_AT91RM9200
	select BR2_BOOTSOURCE_DATAFLASHCARD
	select BR2_BOOTSOURCE_FLASH
	help
	  The Atmel AT91RM9200EK Development Board

config BR2_TARGET_AT91RM9200DK
	bool "Atmel AT91RM9200DK Development Board Support"
	depends on BR2_TARGET_AT91RM9200
	select BR2_BOOTSOURCE_DATAFLASH
	select BR2_BOOTSOURCE_FLASH
	help
	  The Atmel AT91RM9200DK Development Board

config BR2_TARGET_AT91SAM9260DFC
	bool "Atmel AT91SAM9260DFC"
	depends on BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9XE
	select BR2_BOOTSOURCE_DATAFLASHCARD
	select BR2_BOOTSOURCE_DATAFLASH
	help
	  The Atmel AT91SAM9260 Development Board booting from Dataflashcard

config BR2_TARGET_AT91SAM9260EK
	bool "Atmel AT91SAM9260EK"
	depends on BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9XE
	select BR2_BOOTSOURCE_DATAFLASHCARD
	select BR2_BOOTSOURCE_DATAFLASH
	select BR2_BOOTSOURCE_NANDFLASH
	help
	  The Atmel AT91SAM9260 Development Board booting from dataflash

config BR2_TARGET_AT91SAM9G20DFC
	bool "Atmel AT91SAM9G20DFC"
	depends on BR2_TARGET_AT91SAM9G20
	select BR2_BOOTSOURCE_DATAFLASHCARD
	help
	  The Atmel AT91SAM9G20 Development Board booting from Dataflashcard

config BR2_TARGET_AT91SAM9G20EK
	bool "Atmel AT91SAM9G20EK"
	depends on BR2_TARGET_AT91SAM9G20
	select BR2_BOOTSOURCE_DATAFLASHCARD
	select BR2_BOOTSOURCE_DATAFLASH
	select BR2_BOOTSOURCE_NANDFLASH
	help
	  The Atmel AT91SAM9G20 Development Board booting from dataflash

config BR2_TARGET_AT91SAM9XEEK
	bool "Atmel AT91SAM9XE-EK"
	depends on BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9XE
	select BR2_BOOTSOURCE_DATAFLASHCARD
	select BR2_BOOTSOURCE_DATAFLASH
	select BR2_BOOTSOURCE_NANDFLASH
	help
	  The Atmel AT91SAM9xe Development Board (Not Yet Implemented)

config BR2_TARGET_AT91SAM9261EK
	bool "Atmel AT91SAM9261EK"
	depends on BR2_TARGET_AT91SAM9261 || BR2_TARGET_AT91SAM9261S
	select BR2_BOOTSOURCE_DATAFLASH
	select BR2_BOOTSOURCE_NANDFLASH
	help
	  The Atmel AT91SAM9261 Development Board

config BR2_TARGET_AT91SAM9RL64EK
	bool "Atmel AT91SAM9RL64EK"
	depends on BR2_TARGET_AT91SAM9RL64
	select BR2_BOOTSOURCE_DATAFLASHCARD
	select BR2_BOOTSOURCE_DATAFLASH
	select BR2_BOOTSOURCE_NANDFLASH
	select BR2_BOOTSOURCE_SDCARD
	help
	  The Atmel AT91SAM9RL64 Development Board

config BR2_TARGET_AT91SAM9263EK
	bool "Atmel AT91SAM9263EK"
	depends on BR2_TARGET_AT91SAM9263
	select BR2_BOOTSOURCE_DATAFLASHCARD
	select BR2_BOOTSOURCE_NANDFLASH
	help
	  The Atmel AT91SAM9263 Development Board

config BR2_TARGET_AT91SAM9G45EKES
	bool "Atmel AT91SAM9G45EKES"
	depends on BR2_TARGET_AT91SAM9G45
	select BR2_BOOTSOURCE_DATAFLASHCARD
	select BR2_BOOTSOURCE_NANDFLASH
	help
	  The Atmel AT91SAM9G45 Development Board

config BR2_TARGET_AT572D940DCM
	bool "Atmel AT572D940 Diopsis Computer Module"
	depends on BR2_TARGET_AT572D940HF
	select BR2_BOOTSOURCE_FLASH
	select BR2_BOOTSOURCE_SDCARD
	help
	  The Atmel Diopsis CPU Module (Not Yet Implemented)

config BR2_TARGET_AT91CAP9DK
	bool "Atmel AT91CAP9DK"
	depends on BR2_TARGET_AT91CAP9
	select BR2_BOOTSOURCE_DATAFLASHCARD
	select BR2_BOOTSOURCE_DATAFLASH
	select BR2_BOOTSOURCE_NANDFLASH
	help
	  The Atmel AT91CAP9 Development Kit (Not Yet Implemented)

config BR2_TARGET_AT91CAP9ADK
	bool "Atmel AT91CAP9ADK"
	depends on BR2_TARGET_AT91CAP9
	select BR2_BOOTSOURCE_DATAFLASHCARD
	select BR2_BOOTSOURCE_DATAFLASH
	select BR2_BOOTSOURCE_NANDFLASH
	help
	  The Atmel AT91CAP9 Starter Kit (Not Yet Implemented)

endchoice

choice
	prompt "SPI Mode"
	depends on BR2_TARGET_AT91SAM9261EK
	default BR2_TARGET_AT91SAM9261EK_SPIMODE0
	help
	  Select SPI Mode 0 or 3

config BR2_TARGET_AT91SAM9261EK_SPIMODE0
	bool "SPI Mode 0"
	depends on BR2_TARGET_AT91SAM9261EK
	help
	  Use SPI Mode 0, Required for AT45DB642D chips

config BR2_TARGET_AT91SAM9261EK_SPIMODE3
	bool "SPI Mode 3"
	depends on BR2_TARGET_AT91SAM9261EK
	help
	  Use SPI Mode 3

endchoice

+0 −82
Original line number Diff line number Diff line
comment "Atmel AVR32 Specific Device Support"
	depends on BR2_avr32

config BR2_TARGET_AVR32
	bool "Board support for the Atmel AP7 microprocessors"
	depends on BR2_avr32
	help
	  Atmel AT32AP7XXX AVR32 based systems

choice
	prompt "AVR32 device"
	depends on BR2_TARGET_AVR32
	default BR2_TARGET_AT32AP7000
	help
	  Select the specific AVR32 chip you wish to use.

config BR2_TARGET_AT32AP7000
	bool "Board support for the Atmel AT32AP7000 Microprocessor"
	depends on BR2_TARGET_AVR32
	help
	  Atmel AT32AP7000 AVR32 based systems

config BR2_TARGET_AT32AP7001
	bool "Board support for the Atmel AT32AP7001 Microprocessor"
	depends on BR2_TARGET_AVR32
	help
	  Atmel AT32AP7001 AVR32 based systems

config BR2_TARGET_AT32AP7002
	bool "Board support for the Atmel AT32AP7002 Microprocessor"
	depends on BR2_TARGET_AVR32
	help
	  Atmel AT32AP7002 AVR32 based systems

config BR2_TARGET_AT32AP7200
	bool "Board support for the Atmel AT32AP7200 Microprocessor"
	depends on BR2_TARGET_AVR32
	help
	  Atmel AT32AP7200 AVR32 based systems

endchoice

comment "Development board support"
	depends on BR2_TARGET_AVR32

choice
	prompt "Development board support"
	depends on BR2_TARGET_AVR32
	default BR2_TARGET_AVR32_ATSTK1000
	help
	  Select the specific AVR32 development board you wish to use.

config BR2_TARGET_AVR32_ATSTK1002
	bool "Atmel ATSTK1000/2 AVR32 development board support"
	depends on BR2_TARGET_AT32AP7000
	select BR2_PACKAGE_LINUX
	help
	  The Atmel ATSTK1000 AVR32 Development Board.

config BR2_TARGET_AVR32_ATSTK1005
	bool "Atmel ATSTK1000/5 AVR32 development board support"
	depends on BR2_TARGET_AT32AP7200
	select BR2_PACKAGE_LINUX
	help
	  The Atmel ATSTK1000 AVR32 Development Board,
	  with the AT32AP7200 based top board

config BR2_TARGET_AVR32_ATNGW100
	bool "Atmel AVR32 network gateway board support"
	depends on BR2_TARGET_AT32AP7000
	select BR2_PACKAGE_LINUX
	help
	  The Atmel AVR32 Network Gateway Board.

config BR2_TARGET_AVR32_ATNGW100_BASE
	bool "Atmel AVR32 basic network gateway board support"
	depends on BR2_TARGET_AT32AP7000
	select BR2_PACKAGE_LINUX
	help
	  Very simple configuration for the Atmel AVR32 Network Gateway Board.

endchoice

target/device/Atmel/Config.in

deleted100644 → 0
+0 −62
Original line number Diff line number Diff line
menuconfig BR2_TARGET_ATMEL
	bool "Atmel Device Support"
	depends on BR2_arm || BR2_avr32

if BR2_TARGET_ATMEL

source "target/device/Atmel/AT91_Config.in"
source "target/device/Atmel/AVR32_Config.in"

config BR2_BOARD_NAME
	string
	default	"at91rm9200df"		if	BR2_TARGET_AT91RM9200DF
	default	"at91rm9200se"		if	BR2_TARGET_AT91RM9200SE
	default	"at91rm9200ek"		if	BR2_TARGET_AT91RM9200EK
	default	"at91rm9200dk"		if	BR2_TARGET_AT91RM9200DK
	default	"at91sam9260ek"		if	BR2_TARGET_AT91SAM9260EK
	default	"at91sam9260dfc"	if	BR2_TARGET_AT91SAM9260DFC
	default	"at91sam9261ek"		if	BR2_TARGET_AT91SAM9261EK
	default	"at91sam9262ek"		if	BR2_TARGET_AT91SAM9262EK
	default	"at91sam9263ek"		if	BR2_TARGET_AT91SAM9263EK
	default	"at91sam9xeek"		if	BR2_TARGET_AT91SAM9XEEK
	default	"at91sam9g20ek"		if	BR2_TARGET_AT91SAM9G20EK
	default	"at91sam9g20dfc"	if	BR2_TARGET_AT91SAM9G20DFC
	default "at91sam9g45ekes"	if	BR2_TARGET_AT91SAM9G45EKES
	default	"at91sam9m10ek"		if	BR2_TARGET_AT91SAM9M10EK
	default	"at91sam9m10dfc"	if	BR2_TARGET_AT91SAM9M10DFC
	default	"atstk100x"		if	BR2_TARGET_AVR32_ATSTK1002
	default	"atstk1005"		if	BR2_TARGET_AVR32_ATSTK1005
	default	"atngw100"		if	BR2_TARGET_AVR32_ATNGW100
	default "atngw100-base"		if	BR2_TARGET_AVR32_ATNGW100_BASE
	default "atngw100-expanded"	if	BR2_TARGET_AVR32_ATNGW100_EXPANDED

config BR2_TARGET_AT91_ADVANCED_INFO
	bool "Remove work in progress"
	depends on BR2_TARGET_AT91
	default y
	help
	  Atmel AT91 ARM based systems

comment "Package support"
	depends on BR2_TARGET_AT91 || BR2_TARGET_AVR32


menu "Secondary locations"

config BR2_AT91_LINUXPATCH_SITE
	string "AT91 Linux Patch mirror site"
	depends on BR2_TARGET_AT91
	default "http://maxim.org.za/AT91RM9200/2.6"
	help
	    Main download location for AT91 Linux stuff

config BR2_BOARD_PATH
	string "Atmel board repository"
	depends on BR2_TARGET_AT91 || BR2_TARGET_AVR32
	default "target/device/Atmel/$(BR2_BOARD_NAME)"
	help
	  Top directory of Atmel board configurations

endmenu

endif
Loading