Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91177
b: refs/heads/master
c: 13f429b
h: refs/heads/master
i:
  91175: 1c304f6
v: v3
  • Loading branch information
Uwe Kleine-König authored and Uwe Kleine-König committed Mar 31, 2008
1 parent 9ccad21 commit 3d75792
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ab65b87093a38ad8565780494c74bd7afd79ad9a
refs/heads/master: 13f429bd1b48ab67037a746ed274d7f58bb325d5
28 changes: 16 additions & 12 deletions trunk/arch/arm/mach-ns9xxx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,36 @@ menu "NS9xxx Implementations"
config NS9XXX_HAVE_SERIAL8250
bool

config PROCESSOR_NS9360
bool

config MODULE_CC9P9360
bool
select PROCESSOR_NS9360

config BOARD_A9M9750DEV
select NS9XXX_HAVE_SERIAL8250
bool

config BOARD_JSCC9P9360
bool

config MACH_CC9P9360DEV
bool "ConnectCore 9P 9360 on an A9M9750 Devboard"
select PROCESSOR_NS9360
select MODULE_CC9P9360
select BOARD_A9M9750DEV
help
Say Y here if you are using the Digi ConnectCore 9P 9360
on an A9M9750 Development Board.

config MACH_CC9P9360JS
bool "ConnectCore 9P 9360 on a JSCC9P9360 Devboard"
select PROCESSOR_NS9360
select MODULE_CC9P9360
select BOARD_JSCC9P9360
help
Say Y here if you are using the Digi ConnectCore 9P 9360
on an JSCC9P9360 Development Board.

config PROCESSOR_NS9360
bool

config BOARD_A9M9750DEV
bool
select NS9XXX_HAVE_SERIAL8250

config BOARD_JSCC9P9360
bool

endmenu

endif

0 comments on commit 3d75792

Please sign in to comment.