#ifndef __olimex_hwcfg_h__
#define __olimex_hwcfg_h__

/*
 * Core clock rate configuration
 */

#define CONFIG_INPUT_CLOCK_HZ (14745600)

/*
 * Internal device support selection
 */
 
#define  CONFIG_INCLUDE_LPC210X_UART0
#undef  CONFIG_INCLUDE_LPC210X_SPI_SLAVE
#define  CONFIG_INCLUDE_LPC210X_I2C
#define  CONFIG_INCLUDE_LPC210X_PLL
#define  CONFIG_INCLUDE_LPC210X_TIMER0

/*
 * External device support selection
 */

#undef CONFIG_INCLUDE_EEPROM_24LC256
#undef CONFIG_INCLUDE_I2C_SFP
#undef CONFIG_INCLUDE_I2C_SFPDIAG
#undef CONFIG_INCLUDE_I2C_PORT
#undef CONFIG_INCLUDE_I2C_SWITCH
#undef CONFIG_INCLUDE_ZARLINK
#undef CONFIG_INCLUDE_V2XE

#endif /* __olimex_hwcfg_h__ */

