1*f6dfc805SDavid Gibson#config BAMBOO 2*f6dfc805SDavid Gibson# bool "Bamboo" 3*f6dfc805SDavid Gibson# depends on 44x 4*f6dfc805SDavid Gibson# default n 5*f6dfc805SDavid Gibson# select 440EP 6*f6dfc805SDavid Gibson# help 7*f6dfc805SDavid Gibson# This option enables support for the IBM PPC440EP evaluation board. 8*f6dfc805SDavid Gibson 9*f6dfc805SDavid Gibsonconfig EBONY 10*f6dfc805SDavid Gibson bool "Ebony" 11*f6dfc805SDavid Gibson depends on 44x 12*f6dfc805SDavid Gibson default y 13*f6dfc805SDavid Gibson select 440GP 14*f6dfc805SDavid Gibson help 15*f6dfc805SDavid Gibson This option enables support for the IBM PPC440GP evaluation board. 16*f6dfc805SDavid Gibson 17*f6dfc805SDavid Gibson#config LUAN 18*f6dfc805SDavid Gibson# bool "Luan" 19*f6dfc805SDavid Gibson# depends on 44x 20*f6dfc805SDavid Gibson# default n 21*f6dfc805SDavid Gibson# select 440SP 22*f6dfc805SDavid Gibson# help 23*f6dfc805SDavid Gibson# This option enables support for the IBM PPC440SP evaluation board. 24*f6dfc805SDavid Gibson 25*f6dfc805SDavid Gibson#config OCOTEA 26*f6dfc805SDavid Gibson# bool "Ocotea" 27*f6dfc805SDavid Gibson# depends on 44x 28*f6dfc805SDavid Gibson# default n 29*f6dfc805SDavid Gibson# select 440GX 30*f6dfc805SDavid Gibson# help 31*f6dfc805SDavid Gibson# This option enables support for the IBM PPC440GX evaluation board. 32*f6dfc805SDavid Gibson 33*f6dfc805SDavid Gibson# 44x specific CPU modules, selected based on the board above. 34*f6dfc805SDavid Gibsonconfig 440EP 35*f6dfc805SDavid Gibson bool 36*f6dfc805SDavid Gibson select PPC_FPU 37*f6dfc805SDavid Gibson select IBM440EP_ERR42 38*f6dfc805SDavid Gibson 39*f6dfc805SDavid Gibsonconfig 440GP 40*f6dfc805SDavid Gibson bool 41*f6dfc805SDavid Gibson select IBM_NEW_EMAC_ZMII 42*f6dfc805SDavid Gibson 43*f6dfc805SDavid Gibsonconfig 440GX 44*f6dfc805SDavid Gibson bool 45*f6dfc805SDavid Gibson 46*f6dfc805SDavid Gibsonconfig 440SP 47*f6dfc805SDavid Gibson bool 48*f6dfc805SDavid Gibson 49*f6dfc805SDavid Gibsonconfig 440A 50*f6dfc805SDavid Gibson bool 51*f6dfc805SDavid Gibson depends on 440GX 52*f6dfc805SDavid Gibson default y 53*f6dfc805SDavid Gibson 54*f6dfc805SDavid Gibson# 44x errata/workaround config symbols, selected by the CPU models above 55*f6dfc805SDavid Gibsonconfig IBM440EP_ERR42 56*f6dfc805SDavid Gibson bool 57