Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67486
b: refs/heads/master
c: d1df447
h: refs/heads/master
v: v3
  • Loading branch information
Scott Wood authored and Kumar Gala committed Oct 4, 2007
1 parent 7e118c9 commit 33864c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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: 4ff62e1c7f5263427e742069235d94ba1336960d
refs/heads/master: d1df447197b11e70d451786be8aebf2f8606754e
8 changes: 4 additions & 4 deletions trunk/arch/powerpc/platforms/82xx/Kconfig
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
choice
prompt "82xx Board Type"
depends on PPC_82xx
default MPC82xx_ADS
default MPC8272_ADS

config MPC82xx_ADS
bool "Freescale MPC82xx ADS"
config MPC8272_ADS
bool "Freescale MPC8272 ADS"
select DEFAULT_UIMAGE
select PQ2ADS
select 8272
select 8260
select FSL_SOC
help
This option enables support for the MPC8272 ADS board
This option enables support for the MPC8272 ADS board

endchoice

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/82xx/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# Makefile for the PowerPC 82xx linux kernel.
#
obj-$(CONFIG_MPC82xx_ADS) += mpc82xx_ads.o
obj-$(CONFIG_MPC8272_ADS) += mpc8272_ads.o

0 comments on commit 33864c1

Please sign in to comment.