mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
Add AR531x port options.
Submitted by: Mori Hiroki <yamori813@yahoo.co.jp> Differential Revision: https://reviews.freebsd.org/D7237
This commit is contained in:
parent
7c12b677f5
commit
f7948591dc
1 changed files with 11 additions and 0 deletions
|
|
@ -118,6 +118,17 @@ AR71XX_ENV_REDBOOT opt_ar71xx.h
|
|||
AR71XX_ENV_ROUTERBOOT opt_ar71xx.h
|
||||
AR71XX_ATH_EEPROM opt_ar71xx.h
|
||||
|
||||
#
|
||||
# Options for AR531X SOC. AR531X_1ST_GENERATION is AR5311 to AR5314.
|
||||
#
|
||||
|
||||
AR531X_1ST_GENERATION opt_ar531x.h
|
||||
AR531X_REALMEM opt_ar531x.h
|
||||
AR531X_ENV_UBOOT opt_ar531x.h
|
||||
AR531X_APB_DEBUG opt_ar531x.h
|
||||
ARE_MDIO opt_ar531x.h
|
||||
ARE_MII opt_ar531x.h
|
||||
|
||||
#
|
||||
# Options that control the Ralink RT305xF Etherenet MAC.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue