Lines Matching +full:i2c +full:- +full:topology
1 cpp_args = boost_args + ['-DPACKAGE_DIR="' + packagedir + '/"']
2 cpp_args += ['-DSYSCONF_DIR="' + sysconfdir + '/"' ]
3 installdir = join_paths(get_option('libexecdir'), 'entity-manager')
6 'entity-manager',
12 'topology.cpp',
14 cpp_args: cpp_args + ['-DBOOST_ASIO_DISABLE_THREADS'],
26 if get_option('fru-device')
28 if get_option('fru-device-resizefru')
29 cpp_args_fd = cpp_args_fd + ['-DENABLE_FRU_AREA_RESIZE']
31 detect_mode = get_option('fru-device-16bitdetectmode')
32 cpp_args_fd += ['-DFRU_DEVICE_16BITDETECTMODE="' + detect_mode + '"']
34 'fru-device',
43 i2c,
55 if get_option('devicetree-vpd')
58 'devicetree-vpd-parser',