diff options
author | ray <ray@FreeBSD.org> | 2012-08-26 20:22:43 +0000 |
---|---|---|
committer | ray <ray@FreeBSD.org> | 2012-08-26 20:22:43 +0000 |
commit | 9923bbac4d74cc168bd24afba5fdd61803639d2f (patch) | |
tree | 8f37e54b9debf19b3a50bc686a548b94c025ba1d | |
parent | a4812d49a1aa0c5e91403cdbbb9165295e0d4fb1 (diff) | |
download | FreeBSD-src-9923bbac4d74cc168bd24afba5fdd61803639d2f.zip FreeBSD-src-9923bbac4d74cc168bd24afba5fdd61803639d2f.tar.gz |
Move AR71XX (MIPS SoCs family) options to options.mips file.
PR: 170859
Submitted by: Luiz Otavio O Souza
Approved by: adrian (mentor)
-rw-r--r-- | sys/conf/options | 8 | ||||
-rw-r--r-- | sys/conf/options.mips | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/sys/conf/options b/sys/conf/options index 259f2d3..e574b2e 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -906,11 +906,3 @@ RACCT opt_global.h # Resource Limits RCTL opt_global.h - -# At least one of the AR71XX ubiquiti boards has a Redboot configuration -# that "lies" about the amount of RAM it has. Until a cleaner method is -# defined, this option will suffice in overriding what Redboot says. -AR71XX_REALMEM opt_ar71xx.h -AR71XX_ENV_UBOOT opt_ar71xx.h -AR71XX_ENV_REDBOOT opt_ar71xx.h -AR71XX_ATH_EEPROM opt_ar71xx.h diff --git a/sys/conf/options.mips b/sys/conf/options.mips index 7dfa0e4..6fb7226 100644 --- a/sys/conf/options.mips +++ b/sys/conf/options.mips @@ -74,6 +74,16 @@ ARGE_DEBUG opt_arge.h ARGE_MDIO opt_arge.h # +# At least one of the AR71XX ubiquiti boards has a Redboot configuration +# that "lies" about the amount of RAM it has. Until a cleaner method is +# defined, this option will suffice in overriding what Redboot says. +# +AR71XX_REALMEM opt_ar71xx.h +AR71XX_ENV_UBOOT opt_ar71xx.h +AR71XX_ENV_REDBOOT opt_ar71xx.h +AR71XX_ATH_EEPROM opt_ar71xx.h + +# # Options that control the Ralink RT305xF Etherenet MAC. # IF_RT_DEBUG opt_if_rt.h |