Commit 529a73fb authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN

parent e4e9a7ad
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -29,10 +29,6 @@ config ZONE_DMA
	bool
	default y

config BFIN
	bool
	default y

config SEMAPHORE_SLEEPERS
	bool
	default y
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ if SERIO
config SERIO_I8042
	tristate "i8042 PC Keyboard controller" if EMBEDDED || !X86
	default y
	depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && !M68K && !BFIN
	depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && !M68K && !BLACKFIN
	---help---
	  i8042 is the chip over which the standard AT keyboard and PS/2
	  mouse are connected to the computer. If you use these devices,
+1 −1
Original line number Diff line number Diff line
@@ -447,7 +447,7 @@ config RTC_DRV_AT91RM9200

config RTC_DRV_BFIN
	tristate "Blackfin On-Chip RTC"
	depends on BFIN
	depends on BLACKFIN
	help
	  If you say yes here you will get support for the
	  Blackfin On-Chip Real Time Clock.
+1 −1
Original line number Diff line number Diff line
@@ -600,7 +600,7 @@ config SERIAL_SA1100_CONSOLE

config SERIAL_BFIN
	tristate "Blackfin serial port support"
	depends on BFIN
	depends on BLACKFIN
	select SERIAL_CORE
	select SERIAL_BFIN_UART0 if (BF531 || BF532 || BF533 || BF561)
	help
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ config SPI_ATMEL

config SPI_BFIN
	tristate "SPI controller driver for ADI Blackfin5xx"
	depends on SPI_MASTER && BFIN
	depends on SPI_MASTER && BLACKFIN
	help
	  This is the SPI controller master driver for Blackfin 5xx processor.

Loading