OpenCores
URL https://opencores.org/ocsvn/mips_enhanced/mips_enhanced/trunk

Subversion Repositories mips_enhanced

[/] [mips_enhanced/] [trunk/] [grlib-gpl-1.0.19-b3188/] [lib/] [gaisler/] [memctrl/] [spimctrl.in] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dimamali
  mainmenu_option next_comment
2
  comment 'SPI memory controller '
3
    bool 'Enable SPI memory controller    ' CONFIG_SPIMCTRL
4
    if [ "$CONFIG_SPIMCTRL" = "y" ]; then
5
      bool 'Enable SD card support    ' CONFIG_SPIMCTRL_SDCARD
6
      if [ "$CONFIG_SPIMCTRL_SDCARD" != "y" ]; then
7
        hex 'Read instruction    ' CONFIG_SPIMCTRL_READCMD 0B
8
        bool 'Read instruction requires dummy byte  ' CONFIG_SPIMCTRL_DUMMYBYTE
9
        bool 'Enable dual output for reads  ' CONFIG_SPIMCTRL_DUALOUTPUT
10
      fi
11
      int 'Clock divisor for device clock' CONFIG_SPIMCTRL_SCALER 1
12
      int 'Clock divisor for alt. device clock' CONFIG_SPIMCTRL_ASCALER 8
13
      int 'Number of clock cycles to idle after power up  ' CONFIG_SPIMCTRL_PWRUPCNT 0
14
    fi
15
  endmenu

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.