Commit b74788d8 authored by Daniel Silverstone's avatar Daniel Silverstone Committed by Russell King
Browse files

[ARM] 5372/1: ACS5K: Core board support for the ACS-5000



This patch provides the core board support for the Brivo Systems
LLC ACS-5000 master board for automated door/card-reader etc
management.

Signed-off-by: default avatarDaniel Silverstone <dsilvers@simtec.co.uk>
Signed-off-by: default avatarVincent Sanders <vince@simtec.co.uk>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 93faee1d
Loading
Loading
Loading
Loading
+1233 −0

File added.

Preview size limit exceeded, changes collapsed.

+941 −0

File added.

Preview size limit exceeded, changes collapsed.

+6 −0
Original line number Diff line number Diff line
@@ -14,6 +14,12 @@ config MACH_DSM320
	  Say 'Y' here if you want your kernel to run on the D-Link
	  DSM-320 Wireless Media Player.

config MACH_ACS5K
	bool "Brivo Systems LLC, ACS-5000 Master board"
	help
	  say 'Y' here if you want your kernel to run on the Brivo
	  Systems LLC, ACS-5000 Master board.

endmenu

endif
+1 −0
Original line number Diff line number Diff line
@@ -17,3 +17,4 @@ obj-$(CONFIG_LEDS) += leds.o
# Board-specific support
obj-$(CONFIG_MACH_KS8695)	+= board-micrel.o
obj-$(CONFIG_MACH_DSM320)	+= board-dsm320.o
obj-$(CONFIG_MACH_ACS5K)	+= board-acs5k.o
+233 −0

File added.

Preview size limit exceeded, changes collapsed.