summaryrefslogtreecommitdiff
path: root/polux/linux-2.6.10/arch/arm/mach-mse500/Kconfig
blob: 77df551df68147e3267bafa948485290b3b1ed07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
menu "MSE500 platform version"
        depends on ARCH_MSE500

config MACH_MSE500DINI_200
        bool "MSE500 on Dini prototype (200 mode)"
        select CHIP_MSE500DINI_200
        help
          Include support for the Dini prototype.

config MACH_MSE500_200
        bool "MSE500 (200 mode)"
        select CHIP_MSE500_200
        help
          Include support for the MSE500 asic (200 mode).


# Internal config options.
config CHIP_MSE500DINI_200
    def_bool n
    select CHIP_FEATURE_SYNOP3504_PHY_DINI
    select CHIP_FEATURE_NO_AFE_IN_PLC_REGS
    select CHIP_FEATURE_TWOS_COMPLEMENT_AGC_CODING
    select CHIP_FEATURE_SET_HLUT
    select CHIP_FEATURE_200_MODE_SELECT
    select CHIP_FEATURE_GIC_64_LINES
    select CHIP_FEATURE_EXTRA_NVRAM_FIELDS
    select CHIP_FEATURE_MIU_CTRL
    select CHIP_FEATURE_INT_MAP_V2

config CHIP_MSE500_200
    def_bool n
    select CHIP_FEATURE_NO_AFE_IN_PLC_REGS
    select CHIP_FEATURE_TWOS_COMPLEMENT_AGC_CODING
    select CHIP_FEATURE_SET_HLUT
    select CHIP_FEATURE_200_MODE_SELECT
    select CHIP_FEATURE_GIC_64_LINES
    select CHIP_FEATURE_EXTRA_NVRAM_FIELDS
    select CHIP_FEATURE_MIU_CTRL
    select CHIP_FEATURE_INT_MAP_V2

# Chip features (CHIP_FEATURE_*)
# ==============================
#
# This is not shown to the user, features should be selected by the chip.
# Each chip feature corresponds to a embedded peripheral, a chip specificity
# or workaround.
config CHIP_FEATURE_SYNOP3504_PHY_DINI
    def_bool n
    select SYNOP3504_PHY_DINI

config CHIP_FEATURE_NO_AFE_IN_PLC_REGS
    def_bool n

config CHIP_FEATURE_TWOS_COMPLEMENT_AGC_CODING
    def_bool n

config CHIP_FEATURE_SET_HLUT
    def_bool n

config CHIP_FEATURE_200_MODE_SELECT
    def_bool n

config CHIP_FEATURE_GIC_64_LINES
    def_bool n

config CHIP_FEATURE_EXTRA_NVRAM_FIELDS
    def_bool n

config CHIP_FEATURE_MIU_CTRL
    def_bool n

config CHIP_FEATURE_INT_MAP_V2
    def_bool n

endmenu